The instruction mnemonics that the assembler uses are based on the mnemonics described in the relevant Intel processor manuals.
The Mac OS X assembler for Intel processors always produces branch instructions that are long (32 bits) for non-local labels. This allows the link editor to do procedure ordering (see the description of the -sectorder option in the ld (1) man page).